﻿2026-07-11T00:03:55.9198716Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-11T00:03:55.9200254Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-11T00:03:55.9200629Z [36;1m$PIN = "0c95435"[0m
2026-07-11T00:03:55.9200992Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-11T00:03:55.9201398Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-11T00:03:55.9201980Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-11T00:03:55.9202586Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-11T00:03:55.9203066Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-11T00:03:55.9203559Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-11T00:03:55.9203992Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-11T00:03:55.9204450Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-11T00:03:55.9204861Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-11T00:03:55.9205171Z [36;1m}[0m
2026-07-11T00:03:55.9205350Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-11T00:03:55.9205603Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-11T00:03:55.9271828Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-11T00:03:55.9272125Z ##[endgroup]
2026-07-11T00:03:56.7847042Z    Compiling proc-macro2 v1.0.106
2026-07-11T00:03:56.7847385Z    Compiling unicode-ident v1.0.24
2026-07-11T00:03:56.7847650Z    Compiling quote v1.0.45
2026-07-11T00:03:56.7847883Z    Compiling cfg-if v1.0.4
2026-07-11T00:03:56.7848087Z    Compiling serde_core v1.0.228
2026-07-11T00:03:56.7848288Z    Compiling serde v1.0.228
2026-07-11T00:03:56.7848652Z    Compiling windows-link v0.2.1
2026-07-11T00:03:56.7849040Z    Compiling portable-atomic v1.13.1
2026-07-11T00:03:56.7849495Z    Compiling getrandom v0.3.4
2026-07-11T00:03:56.7849959Z    Compiling typenum v1.20.1
2026-07-11T00:03:56.7850453Z    Compiling version_check v0.9.5
2026-07-11T00:03:56.7850877Z    Compiling pin-project-lite v0.2.17
2026-07-11T00:03:56.7851593Z    Compiling memchr v2.8.1
2026-07-11T00:03:56.7851924Z    Compiling critical-section v1.2.0
2026-07-11T00:03:56.7852273Z    Compiling find-msvc-tools v0.1.9
2026-07-11T00:03:56.7852593Z    Compiling shlex v2.0.1
2026-07-11T00:03:56.8636224Z    Compiling windows-sys v0.61.2
2026-07-11T00:03:56.8827392Z    Compiling subtle v2.6.1
2026-07-11T00:03:56.8929271Z    Compiling smallvec v1.15.1
2026-07-11T00:03:56.9148415Z    Compiling equivalent v1.0.2
2026-07-11T00:03:56.9741871Z    Compiling futures-core v0.3.32
2026-07-11T00:03:57.0208787Z    Compiling bytes v1.11.1
2026-07-11T00:03:57.0598811Z    Compiling itoa v1.0.18
2026-07-11T00:03:57.0969273Z    Compiling semver v1.0.28
2026-07-11T00:03:57.1444433Z    Compiling stable_deref_trait v1.2.1
2026-07-11T00:03:57.1492301Z    Compiling log v0.4.32
2026-07-11T00:03:57.2176782Z    Compiling generic-array v0.14.7
2026-07-11T00:03:57.2655870Z    Compiling rand_core v0.10.1
2026-07-11T00:03:57.2697314Z    Compiling futures-sink v0.3.32
2026-07-11T00:03:57.3514444Z    Compiling rustc_version v0.4.1
2026-07-11T00:03:57.3745813Z    Compiling futures-io v0.3.32
2026-07-11T00:03:57.4315742Z    Compiling slab v0.4.12
2026-07-11T00:03:57.4853898Z    Compiling rustversion v1.0.22
2026-07-11T00:03:57.4969240Z    Compiling hashbrown v0.17.1
2026-07-11T00:03:57.6507548Z    Compiling futures-channel v0.3.32
2026-07-11T00:03:57.7048306Z    Compiling futures-task v0.3.32
2026-07-11T00:03:57.7049569Z    Compiling getrandom v0.2.17
2026-07-11T00:03:57.8090818Z    Compiling getrandom v0.4.2
2026-07-11T00:03:57.8366993Z    Compiling cpufeatures v0.2.17
2026-07-11T00:03:57.8374053Z    Compiling fnv v1.0.7
2026-07-11T00:03:57.8621135Z    Compiling libc v0.2.186
2026-07-11T00:03:58.0794742Z    Compiling indexmap v2.14.0
2026-07-11T00:03:58.1465682Z    Compiling strsim v0.11.1
2026-07-11T00:03:58.1709056Z    Compiling cfg_aliases v0.2.1
2026-07-11T00:03:58.2289920Z    Compiling jobserver v0.1.34
2026-07-11T00:03:58.3014803Z    Compiling writeable v0.6.3
2026-07-11T00:03:58.3275914Z    Compiling litemap v0.8.2
2026-07-11T00:03:58.4255680Z    Compiling autocfg v1.5.1
2026-07-11T00:03:58.4604906Z    Compiling syn v2.0.117
2026-07-11T00:03:58.5142218Z    Compiling ident_case v1.0.1
2026-07-11T00:03:58.5142822Z    Compiling icu_normalizer_data v2.2.0
2026-07-11T00:03:58.5720555Z    Compiling cc v1.2.63
2026-07-11T00:03:58.6345537Z    Compiling dunce v1.0.5
2026-07-11T00:03:58.6414655Z    Compiling utf8_iter v1.0.4
2026-07-11T00:03:58.6457511Z    Compiling icu_properties_data v2.2.0
2026-07-11T00:03:58.7792771Z    Compiling fs_extra v1.3.0
2026-07-11T00:03:58.7886855Z    Compiling percent-encoding v2.3.2
2026-07-11T00:03:58.8082987Z    Compiling http v1.4.1
2026-07-11T00:03:58.9647722Z    Compiling cpufeatures v0.3.0
2026-07-11T00:03:58.9778190Z    Compiling thiserror v2.0.18
2026-07-11T00:03:58.9896574Z    Compiling crypto-common v0.1.7
2026-07-11T00:03:59.0480739Z    Compiling unicode-segmentation v1.13.3
2026-07-11T00:03:59.0502844Z    Compiling aws-lc-rs v1.17.0
2026-07-11T00:03:59.0769438Z    Compiling scopeguard v1.2.0
2026-07-11T00:03:59.0769963Z    Compiling chacha20 v0.10.0
2026-07-11T00:03:59.1033191Z    Compiling block-buffer v0.10.4
2026-07-11T00:03:59.1110146Z    Compiling form_urlencoded v1.2.2
2026-07-11T00:03:59.1965895Z    Compiling lock_api v0.4.14
2026-07-11T00:03:59.2059570Z    Compiling untrusted v0.9.0
2026-07-11T00:03:59.2484867Z    Compiling winapi v0.3.9
2026-07-11T00:03:59.2815608Z    Compiling bitflags v2.12.1
2026-07-11T00:03:59.3114396Z    Compiling rand v0.10.1
2026-07-11T00:03:59.3454156Z    Compiling digest v0.10.7
2026-07-11T00:03:59.3610780Z    Compiling cmake v0.1.58
2026-07-11T00:03:59.4259437Z    Compiling num-traits v0.2.19
2026-07-11T00:03:59.5349314Z    Compiling windows-result v0.4.1
2026-07-11T00:03:59.5523834Z    Compiling windows-strings v0.5.1
2026-07-11T00:03:59.5562474Z    Compiling heck v0.5.0
2026-07-11T00:03:59.5850650Z    Compiling rustls v0.23.40
2026-07-11T00:03:59.7167854Z    Compiling convert_case v0.10.0
2026-07-11T00:03:59.7762826Z    Compiling atomic-waker v1.1.2
2026-07-11T00:03:59.9818637Z    Compiling const-oid v0.10.2
2026-07-11T00:04:00.0498652Z    Compiling anyhow v1.0.102
2026-07-11T00:04:00.1694539Z    Compiling aws-lc-sys v0.41.0
2026-07-11T00:04:00.4424330Z    Compiling ring v0.17.14
2026-07-11T00:04:00.5989115Z    Compiling unicode-xid v0.2.6
2026-07-11T00:04:00.6376573Z    Compiling parking_lot_core v0.9.12
2026-07-11T00:04:00.6472112Z    Compiling zerocopy v0.8.50
2026-07-11T00:04:00.6718653Z    Compiling httparse v1.10.1
2026-07-11T00:04:00.7429586Z    Compiling http-body v1.0.1
2026-07-11T00:04:00.7657753Z    Compiling curve25519-dalek v4.1.3
2026-07-11T00:04:00.7836641Z    Compiling hybrid-array v0.4.12
2026-07-11T00:04:00.8039678Z    Compiling ahash v0.8.12
2026-07-11T00:04:00.8354694Z    Compiling base64ct v1.8.3
2026-07-11T00:04:00.9135942Z    Compiling fastrand v2.4.1
2026-07-11T00:04:00.9692472Z    Compiling powerfmt v0.2.0
2026-07-11T00:04:01.0769819Z    Compiling either v1.16.0
2026-07-11T00:04:01.1866955Z    Compiling deranged v0.5.8
2026-07-11T00:04:01.2192720Z    Compiling pem-rfc7468 v1.0.0
2026-07-11T00:04:01.3072227Z    Compiling uuid v1.23.2
2026-07-11T00:04:01.3945636Z    Compiling rand_core v0.6.4
2026-07-11T00:04:01.4116533Z    Compiling pkg-config v0.3.33
2026-07-11T00:04:01.4117001Z    Compiling try-lock v0.2.5
2026-07-11T00:04:01.4735136Z    Compiling num-conv v0.2.2
2026-07-11T00:04:01.5135058Z    Compiling zmij v1.0.21
2026-07-11T00:04:01.6189298Z    Compiling tinyvec_macros v0.1.1
2026-07-11T00:04:01.6189753Z    Compiling base64 v0.22.1
2026-07-11T00:04:01.6622021Z    Compiling time-core v0.1.8
2026-07-11T00:04:01.6950303Z    Compiling tower-service v0.3.3
2026-07-11T00:04:01.6950776Z    Compiling data-encoding v2.11.0
2026-07-11T00:04:01.7328278Z    Compiling synstructure v0.13.2
2026-07-11T00:04:01.8007096Z    Compiling darling_core v0.20.11
2026-07-11T00:04:01.8209715Z    Compiling vcpkg v0.2.15
2026-07-11T00:04:01.8522660Z    Compiling tinyvec v1.11.0
2026-07-11T00:04:01.9685797Z    Compiling want v0.3.1
2026-07-11T00:04:01.9805468Z    Compiling block-buffer v0.12.0
2026-07-11T00:04:02.1147861Z    Compiling crypto-common v0.2.2
2026-07-11T00:04:02.3419043Z    Compiling parking_lot v0.12.5
2026-07-11T00:04:02.5411599Z    Compiling sha2 v0.10.9
2026-07-11T00:04:02.6706432Z    Compiling vergen-lib v9.1.0
2026-07-11T00:04:02.6750883Z    Compiling inout v0.1.4
2026-07-11T00:04:02.7920760Z    Compiling n0-future v0.3.2
2026-07-11T00:04:02.8399428Z    Compiling cordyceps v0.3.4
2026-07-11T00:04:02.8662785Z    Compiling diatomic-waker v0.2.3
2026-07-11T00:04:02.9051715Z    Compiling signature v2.2.0
2026-07-11T00:04:02.9968699Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-11T00:04:03.0353693Z    Compiling parking v2.2.1
2026-07-11T00:04:03.0475324Z    Compiling winnow v1.0.3
2026-07-11T00:04:03.0475704Z    Compiling crossbeam-utils v0.8.21
2026-07-11T00:04:03.0747523Z    Compiling spin v0.10.0
2026-07-11T00:04:03.1108313Z    Compiling serde_json v1.0.150
2026-07-11T00:04:03.1184281Z    Compiling httpdate v1.0.3
2026-07-11T00:04:03.2205111Z    Compiling digest v0.11.3
2026-07-11T00:04:03.2328878Z    Compiling futures-buffered v0.2.13
2026-07-11T00:04:03.2855602Z    Compiling futures-lite v2.6.1
2026-07-11T00:04:03.3529616Z    Compiling ed25519 v2.2.3
2026-07-11T00:04:03.4600276Z    Compiling libsqlite3-sys v0.30.1
2026-07-11T00:04:03.4600880Z    Compiling cipher v0.4.4
2026-07-11T00:04:03.4993042Z    Compiling vergen v9.1.0
2026-07-11T00:04:03.5687167Z    Compiling vergen-lib v0.1.6
2026-07-11T00:04:03.5989420Z    Compiling universal-hash v0.5.1
2026-07-11T00:04:03.6021579Z    Compiling noq-udp v0.10.0
2026-07-11T00:04:03.7829289Z    Compiling socket2 v0.6.4
2026-07-11T00:04:03.7829869Z    Compiling mio v1.2.1
2026-07-11T00:04:03.8028087Z    Compiling heapless v0.7.17
2026-07-11T00:04:03.9070327Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-11T00:04:03.9134475Z    Compiling sync_wrapper v1.0.2
2026-07-11T00:04:04.0921721Z    Compiling allocator-api2 v0.2.21
2026-07-11T00:04:04.1103609Z    Compiling opaque-debug v0.3.1
2026-07-11T00:04:04.1838352Z    Compiling byteorder v1.5.0
2026-07-11T00:04:04.1950189Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-11T00:04:04.2038782Z    Compiling serde_derive v1.0.228
2026-07-11T00:04:04.2650436Z    Compiling zeroize_derive v1.4.3
2026-07-11T00:04:04.2698962Z    Compiling zerofrom-derive v0.1.7
2026-07-11T00:04:04.3731793Z    Compiling tokio-macros v2.7.0
2026-07-11T00:04:04.4354514Z    Compiling yoke-derive v0.8.2
2026-07-11T00:04:04.4401456Z    Compiling futures-macro v0.3.32
2026-07-11T00:04:04.4476253Z    Compiling zerovec-derive v0.11.3
2026-07-11T00:04:04.4863671Z    Compiling displaydoc v0.2.6
2026-07-11T00:04:04.5193884Z    Compiling tracing-attributes v0.1.31
2026-07-11T00:04:04.7942849Z    Compiling thiserror-impl v2.0.18
2026-07-11T00:04:04.9395613Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-11T00:04:05.5356316Z    Compiling zeroize v1.8.2
2026-07-11T00:04:05.5875133Z    Compiling tokio v1.52.3
2026-07-11T00:04:05.6866593Z    Compiling futures-util v0.3.32
2026-07-11T00:04:05.7115232Z    Compiling darling_macro v0.20.11
2026-07-11T00:04:05.7225586Z    Compiling derive_more-impl v2.1.1
2026-07-11T00:04:05.8483304Z    Compiling rustls-pki-types v1.14.1
2026-07-11T00:04:05.9605396Z    Compiling n0-error-macros v0.1.3
2026-07-11T00:04:06.1152302Z    Compiling windows-implement v0.60.2
2026-07-11T00:04:06.2603821Z    Compiling spez v0.1.2
2026-07-11T00:04:06.2694010Z    Compiling darling v0.20.11
2026-07-11T00:04:06.3616523Z    Compiling windows-interface v0.59.3
2026-07-11T00:04:06.4531140Z    Compiling zerofrom v0.1.8
2026-07-11T00:04:06.5296986Z    Compiling der v0.8.0-rc.10
2026-07-11T00:04:06.5597175Z    Compiling derive_builder_core v0.20.2
2026-07-11T00:04:06.6117268Z    Compiling pin-project-internal v1.1.13
2026-07-11T00:04:06.6562777Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-11T00:04:06.8749288Z    Compiling yoke v0.8.3
2026-07-11T00:04:07.0052414Z    Compiling hash32 v0.2.1
2026-07-11T00:04:07.1761870Z    Compiling n0-error v0.1.3
2026-07-11T00:04:07.1795988Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-11T00:04:07.2697801Z    Compiling windows-core v0.62.2
2026-07-11T00:04:07.3854068Z    Compiling zerovec v0.11.6
2026-07-11T00:04:07.5269170Z    Compiling zerotrie v0.2.4
2026-07-11T00:04:07.5610798Z    Compiling polyval v0.6.2
2026-07-11T00:04:07.8061028Z    Compiling derive_builder_macro v0.20.2
2026-07-11T00:04:07.8765844Z    Compiling spki v0.8.0-rc.4
2026-07-11T00:04:07.9150810Z    Compiling ed25519-dalek v2.2.0
2026-07-11T00:04:08.0643094Z    Compiling tinystr v0.8.3
2026-07-11T00:04:08.0925622Z    Compiling potential_utf v0.1.5
2026-07-11T00:04:08.1340234Z    Compiling pin-project v1.1.13
2026-07-11T00:04:08.1373501Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-11T00:04:08.2493207Z    Compiling icu_locale_core v2.2.0
2026-07-11T00:04:08.2534168Z    Compiling icu_collections v2.2.0
2026-07-11T00:04:08.2784448Z    Compiling derive_builder v0.20.2
2026-07-11T00:04:08.5020478Z    Compiling spin v0.9.8
2026-07-11T00:04:08.5616106Z    Compiling futures-executor v0.3.32
2026-07-11T00:04:08.6389063Z    Compiling vergen-gitcl v1.0.8
2026-07-11T00:04:08.6527153Z    Compiling windows-threading v0.2.1
2026-07-11T00:04:08.7043644Z    Compiling fallible-iterator v0.3.0
2026-07-11T00:04:08.7825630Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-11T00:04:08.8658531Z    Compiling signature v3.0.0
2026-07-11T00:04:08.8940922Z    Compiling ryu v1.0.23
2026-07-11T00:04:08.9046608Z    Compiling tower-layer v0.3.3
2026-07-11T00:04:09.0333419Z    Compiling windows-future v0.3.2
2026-07-11T00:04:09.0577167Z    Compiling futures v0.3.32
2026-07-11T00:04:09.0598276Z    Compiling windows-targets v0.52.6
2026-07-11T00:04:09.1155716Z    Compiling spt-proto v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-11T00:04:09.1204303Z    Compiling windows-collections v0.3.2
2026-07-11T00:04:09.1362257Z    Compiling icu_provider v2.2.0
2026-07-11T00:04:09.1609299Z    Compiling windows-numerics v0.3.1
2026-07-11T00:04:09.2116410Z    Compiling proc-macro-crate v3.5.0
2026-07-11T00:04:09.2259431Z    Compiling ghash v0.5.1
2026-07-11T00:04:09.2300560Z    Compiling cobs v0.3.0
2026-07-11T00:04:09.4479103Z    Compiling icu_properties v2.2.0
2026-07-11T00:04:09.4536807Z    Compiling icu_normalizer v2.2.0
2026-07-11T00:04:09.4594673Z    Compiling ipnet v2.12.0
2026-07-11T00:04:09.5330045Z    Compiling ed25519 v3.0.0-rc.4
2026-07-11T00:04:09.8410106Z    Compiling tokio-util v0.7.18
2026-07-11T00:04:09.8772633Z    Compiling prefix-trie v0.8.4
2026-07-11T00:04:09.9257636Z    Compiling once_cell v1.21.4
2026-07-11T00:04:09.9654262Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-11T00:04:09.9789731Z    Compiling postcard-derive v0.2.2
2026-07-11T00:04:10.0787316Z    Compiling ctr v0.9.2
2026-07-11T00:04:10.1807588Z    Compiling tracing-core v0.1.36
2026-07-11T00:04:10.2153726Z    Compiling derive_more v2.1.1
2026-07-11T00:04:10.2576248Z    Compiling aes v0.8.4
2026-07-11T00:04:10.3609269Z    Compiling sha2 v0.11.0-rc.5
2026-07-11T00:04:10.3748235Z    Compiling fs2 v0.4.3
2026-07-11T00:04:10.3803019Z    Compiling hashbrown v0.14.5
2026-07-11T00:04:10.4724037Z    Compiling time v0.3.47
2026-07-11T00:04:10.5065896Z    Compiling http-body-util v0.1.3
2026-07-11T00:04:10.5876331Z    Compiling tracing v0.1.44
2026-07-11T00:04:10.6565352Z    Compiling aead v0.5.2
2026-07-11T00:04:10.6808279Z    Compiling utf8parse v0.2.2
2026-07-11T00:04:10.8250077Z    Compiling idna_adapter v1.2.2
2026-07-11T00:04:10.8417290Z    Compiling widestring v1.2.1
2026-07-11T00:04:10.8476191Z    Compiling arrayvec v0.7.6
2026-07-11T00:04:10.8535320Z    Compiling ipconfig v0.3.4
2026-07-11T00:04:10.9965560Z    Compiling idna v1.1.0
2026-07-11T00:04:11.0222172Z    Compiling h2 v0.4.14
2026-07-11T00:04:11.0920394Z    Compiling hashlink v0.9.1
2026-07-11T00:04:11.1250168Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-11T00:04:11.1327295Z    Compiling aes-gcm v0.10.3
2026-07-11T00:04:11.3070680Z    Compiling url v2.5.8
2026-07-11T00:04:11.3413892Z    Compiling postcard v1.1.3
2026-07-11T00:04:11.3520794Z    Compiling data-encoding-macro v0.1.20
2026-07-11T00:04:11.5157242Z    Compiling rusqlite v0.32.1
2026-07-11T00:04:11.5533689Z    Compiling num_enum_derive v0.7.6
2026-07-11T00:04:11.6051006Z    Compiling tower v0.5.3
2026-07-11T00:04:11.6111981Z    Compiling windows v0.62.2
2026-07-11T00:04:11.6651622Z    Compiling chrono v0.4.45
2026-07-11T00:04:11.6769423Z    Compiling windows-sys v0.59.0
2026-07-11T00:04:11.6803412Z    Compiling crossbeam-epoch v0.9.18
2026-07-11T00:04:11.6901644Z    Compiling crossbeam-channel v0.5.15
2026-07-11T00:04:11.9342930Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-11T00:04:12.2309366Z    Compiling strum_macros v0.28.0
2026-07-11T00:04:12.3214725Z    Compiling iroh-metrics-derive v0.4.1
2026-07-11T00:04:12.3540086Z    Compiling enum-assoc v1.3.0
2026-07-11T00:04:12.3955748Z    Compiling async-trait v0.1.89
2026-07-11T00:04:12.6349299Z    Compiling spt-store v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-11T00:04:12.7108902Z    Compiling windows-registry v0.6.1
2026-07-11T00:04:12.8603390Z    Compiling blake3 v1.8.5
2026-07-11T00:04:12.9030962Z    Compiling memoffset v0.6.5
2026-07-11T00:04:12.9253024Z    Compiling noq v0.18.0
2026-07-11T00:04:13.1107855Z    Compiling netwatch v0.16.0
2026-07-11T00:04:13.2757006Z    Compiling acto v0.8.2
2026-07-11T00:04:13.2987358Z    Compiling rustc-hash v2.1.2
2026-07-11T00:04:13.3928920Z    Compiling identity-hash v0.1.0
2026-07-11T00:04:13.4090036Z    Compiling sorted-index-buffer v0.2.1
2026-07-11T00:04:13.4386723Z    Compiling xml-rs v0.8.28
2026-07-11T00:04:13.4564892Z    Compiling ref-cast v1.0.25
2026-07-11T00:04:13.4869751Z    Compiling lru-slab v0.1.2
2026-07-11T00:04:13.5304282Z    Compiling foldhash v0.2.0
2026-07-11T00:04:13.5809442Z    Compiling tagptr v0.2.0
2026-07-11T00:04:13.6296024Z    Compiling thiserror v1.0.69
2026-07-11T00:04:13.6478387Z    Compiling mac-addr v0.3.0
2026-07-11T00:04:13.6939349Z    Compiling hashbrown v0.16.1
2026-07-11T00:04:13.7292421Z    Compiling moka v0.12.15
2026-07-11T00:04:13.7752993Z    Compiling netdev v0.42.0
2026-07-11T00:04:14.0396013Z    Compiling xmltree v0.10.3
2026-07-11T00:04:14.2802934Z    Compiling iroh-relay v0.98.0
2026-07-11T00:04:14.4160693Z    Compiling iroh-metrics v0.38.3
2026-07-11T00:04:14.4448246Z    Compiling num_enum v0.7.6
2026-07-11T00:04:14.4526271Z    Compiling tower-http v0.6.11
2026-07-11T00:04:14.5876835Z    Compiling iroh-base v0.98.0
2026-07-11T00:04:14.6049874Z    Compiling attohttpc v0.30.1
2026-07-11T00:04:14.7556553Z    Compiling n0-watcher v0.6.1
2026-07-11T00:04:14.7576180Z    Compiling tokio-stream v0.1.18
2026-07-11T00:04:14.8883781Z    Compiling hyper v1.10.1
2026-07-11T00:04:14.9661645Z    Compiling spt-msg v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-11T00:04:14.9774169Z    Compiling strum v0.28.0
2026-07-11T00:04:15.0423462Z    Compiling serde_spanned v0.6.9
2026-07-11T00:04:15.0841138Z    Compiling toml_datetime v0.6.11
2026-07-11T00:04:15.2198342Z    Compiling ref-cast-impl v1.0.25
2026-07-11T00:04:15.2828552Z    Compiling thiserror-impl v1.0.69
2026-07-11T00:04:15.3558633Z    Compiling serde_derive_internals v0.29.1
2026-07-11T00:04:15.3750563Z    Compiling simple-dns v0.9.3
2026-07-11T00:04:15.4711656Z    Compiling serial-core v0.4.0
2026-07-11T00:04:15.5265558Z    Compiling aho-corasick v1.1.4
2026-07-11T00:04:15.7304040Z    Compiling sha1_smol v1.0.1
2026-07-11T00:04:15.8354093Z    Compiling arrayref v0.3.9
2026-07-11T00:04:15.8659362Z    Compiling regex-syntax v0.8.10
2026-07-11T00:04:15.9469367Z    Compiling smol_str v0.1.24
2026-07-11T00:04:16.0036756Z    Compiling toml_write v0.1.2
2026-07-11T00:04:16.0843196Z    Compiling winnow v0.7.15
2026-07-11T00:04:16.3006610Z    Compiling hyper-util v0.1.20
2026-07-11T00:04:16.3119700Z    Compiling resolv-conf v0.7.6
2026-07-11T00:04:16.5427258Z    Compiling constant_time_eq v0.4.2
2026-07-11T00:04:16.6745245Z    Compiling winreg v0.10.1
2026-07-11T00:04:16.7743312Z    Compiling simdutf8 v0.1.5
2026-07-11T00:04:16.9460696Z    Compiling schemars_derive v1.2.1
2026-07-11T00:04:17.0646216Z    Compiling iroh-dns v0.98.0
2026-07-11T00:04:17.4685396Z    Compiling serial-windows v0.4.0
2026-07-11T00:04:17.5384233Z    Compiling lru v0.16.4
2026-07-11T00:04:17.6127304Z    Compiling webpki-roots v1.0.7
2026-07-11T00:04:17.7020292Z    Compiling igd-next v0.17.1
2026-07-11T00:04:17.7151231Z    Compiling regex-automata v0.4.14
2026-07-11T00:04:17.7354166Z    Compiling seize v0.5.1
2026-07-11T00:04:17.7632566Z    Compiling darling_core v0.23.0
2026-07-11T00:04:17.7874154Z    Compiling serde_bytes v0.11.19
2026-07-11T00:04:17.8292619Z    Compiling hmac v0.12.1
2026-07-11T00:04:17.9797378Z    Compiling iroh v0.98.2
2026-07-11T00:04:17.9896044Z    Compiling cmov v0.5.4
2026-07-11T00:04:18.0664060Z    Compiling toml_edit v0.22.27
2026-07-11T00:04:18.2765634Z    Compiling bitflags v1.3.2
2026-07-11T00:04:18.2974982Z    Compiling lazy_static v1.5.0
2026-07-11T00:04:18.3469549Z    Compiling anstyle v1.0.14
2026-07-11T00:04:18.3791427Z    Compiling pin-utils v0.1.0
2026-07-11T00:04:18.3971229Z    Compiling dyn-clone v1.0.20
2026-07-11T00:04:18.4148190Z    Compiling once_cell_polyfill v1.70.2
2026-07-11T00:04:18.5538877Z    Compiling anstyle-wincon v3.0.11
2026-07-11T00:04:18.5539882Z    Compiling nix v0.25.1
2026-07-11T00:04:18.5762182Z    Compiling shared_library v0.1.9
2026-07-11T00:04:18.5925172Z    Compiling ctutils v0.4.2
2026-07-11T00:04:18.6438528Z    Compiling hkdf v0.12.4
2026-07-11T00:04:18.7201543Z    Compiling papaya v0.2.4
2026-07-11T00:04:18.8069403Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-11T00:04:18.8730474Z    Compiling serial v0.4.0
2026-07-11T00:04:18.9306348Z    Compiling filedescriptor v0.8.3
2026-07-11T00:04:18.9338691Z    Compiling schemars v1.2.1
2026-07-11T00:04:18.9748998Z    Compiling anstyle-parse v1.0.0
2026-07-11T00:04:18.9961509Z    Compiling backon v1.6.0
2026-07-11T00:04:19.0857408Z    Compiling anstyle-query v1.1.5
2026-07-11T00:04:19.2214351Z    Compiling vte_generate_state_changes v0.1.2
2026-07-11T00:04:19.2252750Z    Compiling colorchoice v1.0.5
2026-07-11T00:04:19.2769375Z    Compiling shell-words v1.1.1
2026-07-11T00:04:19.3160235Z    Compiling instability v0.3.12
2026-07-11T00:04:19.3615495Z    Compiling foldhash v0.1.5
2026-07-11T00:04:19.4296991Z    Compiling paste v1.0.15
2026-07-11T00:04:19.5552571Z    Compiling is_terminal_polyfill v1.70.2
2026-07-11T00:04:19.5752374Z    Compiling downcast-rs v1.2.1
2026-07-11T00:04:19.6022215Z    Compiling vte v0.13.1
2026-07-11T00:04:19.6175411Z    Compiling hashbrown v0.15.5
2026-07-11T00:04:19.7234336Z    Compiling portable-pty v0.8.1
2026-07-11T00:04:19.7363009Z    Compiling anstream v1.0.0
2026-07-11T00:04:19.7859228Z    Compiling regex v1.12.3
2026-07-11T00:04:20.0327039Z    Compiling toml v0.8.23
2026-07-11T00:04:20.1188620Z    Compiling spake2 v0.4.0
2026-07-11T00:04:20.2904824Z    Compiling strum_macros v0.26.4
2026-07-11T00:04:20.3799208Z    Compiling terminal_size v0.4.4
2026-07-11T00:04:20.3943776Z    Compiling crossterm_winapi v0.9.1
2026-07-11T00:04:20.5169326Z    Compiling spt-runtime v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-11T00:04:20.5482761Z    Compiling itertools v0.13.0
2026-07-11T00:04:20.5592014Z    Compiling sha1 v0.10.6
2026-07-11T00:04:20.8426162Z    Compiling castaway v0.2.4
2026-07-11T00:04:20.8590800Z    Compiling doctest-file v1.1.1
2026-07-11T00:04:21.0185120Z    Compiling clap_lex v1.1.0
2026-07-11T00:04:21.1068010Z    Compiling static_assertions v1.1.0
2026-07-11T00:04:21.1727701Z    Compiling recvmsg v1.0.0
2026-07-11T00:04:21.1892536Z    Compiling darling_macro v0.23.0
2026-07-11T00:04:21.2466939Z    Compiling indoc v2.0.7
2026-07-11T00:04:21.3826431Z    Compiling unicode-width v0.1.14
2026-07-11T00:04:21.5734207Z    Compiling wmi v0.18.4
2026-07-11T00:04:21.6744906Z    Compiling clap_builder v4.6.0
2026-07-11T00:04:21.7121105Z    Compiling compact_str v0.8.2
2026-07-11T00:04:21.7305083Z    Compiling interprocess v2.4.2
2026-07-11T00:04:21.7703632Z    Compiling darling v0.23.0
2026-07-11T00:04:21.7989379Z    Compiling crossterm v0.28.1
2026-07-11T00:04:22.2077272Z    Compiling unicode-truncate v1.1.0
2026-07-11T00:04:22.4635106Z    Compiling strum v0.26.3
2026-07-11T00:04:22.6009715Z    Compiling spt-term v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-11T00:04:22.6339930Z    Compiling lru v0.12.5
2026-07-11T00:04:22.9140776Z    Compiling spt-live v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-11T00:04:23.2066846Z    Compiling portmapper v0.16.0
2026-07-11T00:04:23.2641338Z    Compiling clap_derive v4.6.1
2026-07-11T00:04:23.4345314Z    Compiling unicode-width v0.2.0
2026-07-11T00:04:23.4713501Z    Compiling cassowary v0.3.0
2026-07-11T00:04:23.4895001Z    Compiling error-code v3.3.2
2026-07-11T00:04:23.5743733Z    Compiling nucleo-matcher v0.3.1
2026-07-11T00:04:23.6776315Z    Compiling clipboard-win v5.4.1
2026-07-11T00:04:23.7712818Z    Compiling ratatui v0.29.0
2026-07-11T00:04:23.7940884Z    Compiling qrcode v0.14.1
2026-07-11T00:04:24.2941295Z    Compiling tempfile v3.27.0
2026-07-11T00:04:25.2138945Z    Compiling clap v4.6.1
2026-07-11T00:04:37.6273164Z    Compiling rustls-webpki v0.103.13
2026-07-11T00:04:39.8779870Z    Compiling tokio-rustls v0.26.4
2026-07-11T00:04:39.8780269Z    Compiling rustls-platform-verifier v0.7.0
2026-07-11T00:04:39.8780509Z    Compiling noq-proto v0.17.0
2026-07-11T00:04:40.0141049Z    Compiling hyper-rustls v0.27.9
2026-07-11T00:04:40.0141443Z    Compiling hickory-net v0.26.0-beta.4
2026-07-11T00:04:40.0141748Z    Compiling tokio-websockets v0.13.2
2026-07-11T00:04:40.1560858Z    Compiling reqwest v0.13.4
2026-07-11T00:04:41.0806922Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-11T00:04:58.3133039Z    Compiling spt-net v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-11T00:04:59.7350313Z    Compiling spt-daemon v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-11T00:05:09.6737900Z    Compiling spt v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-11T00:05:18.3338727Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 22s
2026-07-11T00:05:18.3585393Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-da9a758a4911d202.exe)
2026-07-11T00:05:18.4358257Z 
2026-07-11T00:05:18.4358565Z running 1 test
2026-07-11T00:05:25.8478910Z test new_brain_serves_against_old_broker ... ok
2026-07-11T00:05:25.8479159Z 
2026-07-11T00:05:25.8479339Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.41s
2026-07-11T00:05:25.8479585Z 
